home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000062_fdc@columbia.edu_Fri May 9 18:35:15 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
44 lines
Article: 14282 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit AIX Binary with SSL
Date: 9 May 2003 18:35:11 -0400
Organization: Columbia University
Lines: 27
Message-ID: <b9haev$fbl$1@watsol.cc.columbia.edu>
References: <bb491ed9.0305091052.295b8a63@posting.google.com> <b9h0ef$qr7$1@blue.rahul.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1052519712 15316 128.59.39.139 (9 May 2003 22:35:12 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 9 May 2003 22:35:12 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14282
In article <b9h0ef$qr7$1@blue.rahul.net>,
<dold@C-KermitXA.usenet.us.com> wrote:
: Craig Petty <cpetty1963@yahoo.com> wrote:
: > Anyone know where I can get an AIX (4.3) binary build with SSL? I've
: > downloaded several from columbia.edu, but none have SSL support
: > compiled in.
:
: > We don't have compilers on our AIX boxes and I wanted to check first
: > for a built version before going down the path of building my own.
:
: If there's no philosophical reason not to use gcc, you could download that
: from
: http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
: Ignore the "Linux" part of the name. All of the AIX freeware is built to
: RPM distribution.
: I used the gcc from here to compile kermit on 4.3 and 5.1 H80.
:
The only makefile targets for building C-Kermit with OpenSSL on AIX are:
aix43gcc+openssl (OpenSSL only)
aix43gcc+krb5+krb4+openssl (OpenSSL + Kerberos 4 and 5)
Since you have AIX 4.3, the first one should work. Those who have other
AIX versions and want to build with OpenSSL might need to add makefile
targets for these combinations.
- Frank